home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d21
/
allcc205.arc
/
DECNET.DAT
< prev
next >
Wrap
Text File
|
1989-03-22
|
3KB
|
102 lines
INSTRUCTIONS ON THE LOADING OF DECNET HIGH
==========================================
Please remember that every system configuration is different and
the example here is a guide and should not be followed blindly !!
Nothing beats reading the manual, then the General Network
Installation file and the read.me file on disk before proceeding
any further.
If you see a file on disk that refers to the Network Card you are
using, then read it before continuing.
EXAMPLE (Courtesy of Monsanto):
IBM AT 8MHZ EGA 3COM 501 ETHERLINK CARD using DESQview produced
DESQview partition sizes of 509K per task
CONFIG.SYS:
DEVICE=LADDRV.SYS
DEVICE=QEXT.SYS (DESQview Driver)
DEVICE=ALLEMM4.SYS RAM=C800-E7FF FR=NONE
FILES=25
BUFFERS=10
LASTDRIVE=Q:
AUTOEXEC.BAT:
ALLOAD SCHPC
ALLOAD DLL /JRQ:5
ALLOAD DNPETHPC
SESSION /REM:1
ALLOAD REDIR
ALLOAD LAST /NAME:(user name)
ALLOAD LAD /R:1
NETTIME %1 %2 ETC.
NETUSE ETC.
CONNECT TO
XDV (Command to run DESQview)
The amount of available DOS space could have been
improved by Monsanto by putting DEVICE=LADDRV.SYS,
FILES=25, BUFFERS=10, LASTDRIVE=Q: into the AUTOEXEC.BAT
file rather than the CONFIG.SYS file.
DEPCA Boards
============
Memory Modes (Jumpers W7 and W8)
The function of jumpers W7 and W8 is dependant on the
revision level of the DEPCA board and the version of DECnet
PC software that you are using. DEPCA revision E (or later)
is compatible with all versions of DECnet PC software. However,
in order to use the 32Kbyte memory mode on revision E (or later)
DEPCA, you must be running DECnet PC software that supports
this feature. See your DECnet PC Software Product Description
to verify 32Kbyte mode.
If you have a DEPCA board with revision letter D, call your
local DEC supplier for W7 and W8 settings.
For Revision E, follow the following settings:
W7 W8 MODE MEMORY STARTING ADDRESS
-------------------------------------------------------
IN IN 64 Kbyte D000 Note: The Jumpers are
OUT IN 64 Kbyte E000 found above the Bus
IN OUT 32 Kbyte D800 contact teeth in the
OUT OUT 32 Kbyte C800 middle of the board
Example: For AT with VGA or EGA and IMB
CONFIG.SYS:
DEVICE=LADDRV.SYS (you may be able to load this high)
DEVICE=ALLEMM4.SYS RAM X=D800-DFFF I=F000-F7FF FR=NONE
or DEVICE=ALLEMM4.SYS RAM X=C800-CFFF I=F000-F7FF FR=NONE
or DEVICE=ALLEMM4.SYS RAM X=D000-DFFF I=F000-F7FF FR=NONE
or DEVICE=ALLEMM4.SYS RAM X=E000-EFFF I=F000-F7FF FR=NONE
Using I=F000-F7FF will work in some machines, not in all.
It will not work in IBM PS/2s.
AUTOEXEC.BAT:
FILES=20
BUFFERS=20
LASTDRIVE=Q:
DEVICE= <DEPCA Driver>
ALLOAD SCHPC
ALLOAD DLL /JRQ:5
etc.